home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 21
/
cdromtoday-21.iso
/
mac
/
Multimedia Bird Book
/
PROFILE.DIR
/
00186_Script_186
< prev
next >
Wrap
Text File
|
1995-06-23
|
860b
|
28 lines
on mouseDown
if (the castNum of sprite 8 = the number of cast "pause") then
set the movieTime of sprite 2 = (the movieTime of sprite 2 + 6)
set the castNum of sprite 8 = the number of cast "pauseDown"
updateStage
startTimer
repeat while the timer > 10
--
end repeat
set the castNum of sprite 8 = the number of cast "pause"
updateStage
end if
if not(the castNum of sprite 6 = the number of cast "stopDown") then
set the movieRate of sprite 2 = 0
set the castNum of sprite 8 = the number of cast "pauseDown"
updateStage
playPuppet("key")
set the castNum of sprite 7 = the number of cast "play"
set the castNum of sprite 6 = the number of cast "stopDown"
set the castNum of sprite 8 = the number of cast "pause"
updatestage
end if
end